home *** CD-ROM | disk | FTP | other *** search
- // dial1.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDial1 dialog
-
- class CDial1 : public CDialog
- {
- // Construction
- public:
- CDial1(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDial1)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CDial1)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-